﻿@charset "utf-8";
/* CSS Document */

/*nav*/
.nav a:hover{  -moz-transition:0.3s; -webkit-transition:0.3s; -ms-transition:0.3s; background-color:#0482e7; color:#ffffff; border-radius:2px;}

/*product*/
.pro-box .img-box img:hover{-moz-transition:transform 0.6s; -webkit-transition:transform 0.6s; -ms-transition:transform 0.6s; -moz-transform:scale(1.3,1.3); -webkit-transform:scale(1.3,1.3); -ms-transform:scale(1.3,1.3);}
.pro-box .img-box img:visited{ transform:scale(0.999,0.999); }


.index-btn-box,.index-btn-box a,.wenben .index-btn-box,.wenben .index-btn-box a,.wenben p{ -moz-transition:0.3s; -webkit-transition:0.3s; -ms-transition:0.3s;}

.index-btn-box:hover{ background-color:#0482e7; color:#fff;}

.index-btn-box a:hover{ color:#fff;}

.wenben .index-btn-box:hover{ background-color:#aff100; color:#fff;}

.wenben .index-btn-box a:hover{ color:#3c3c3c;}

/*cases*/
.cases-box .absolute{ -moz-transition:transform 0.5s; -webkit-transition:transform 0.5s; -ms-transition:transform 0.5s;}
.cases-box .img-box:hover .absolute{ -moz-transform:translate(0,-100%); -webkit-transform:translate(0,-100%); -ms-transform:translate(0,-100%);}

/*about*/

.wenben p:hover{ color:#d6ecfd; cursor:default;}


/*partner*/
.part-content .img2{ transition:1s;}
.part-content:hover .img2{ display:none;}

/*.part-content .img2{ -moz-transition:transform 0.3s; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s;}
.part-content:hover .img2{ -moz-transform:translate(-220px,0); -webkit-transform:translate(-220px,0); -ms-transform:translate(-220px,0);}
*/

/*about
.cul img{ -moz-transition:0.5s; -webkit-transition:0.5s; -ms-transition:0.5s;}
.cul img:hover h1{ padding-top:10px;}*/


/*cases*/
.cases-absolute{ -moz-transition:transform 0.5s; -webkit-transition:transform 0.5s; -ms-transition:transform 0.4s;}
.ca-img-box:hover .cases-absolute{ -moz-transform:translate(0,100%); -webkit-transform:translate(0,100%); -ms-transform:translate(0,100%);}

.cases p{ -moz-transition:0.3s; -webkit- transition:0.3s; -ms-transition:0.3s;}
.cases:hover p{ background-color:#0482e7; color:#ffffff;}


/*yunying*/

.yun-absolute{ -moz-transition:transform 0.4s; -webkit-transition:transform 0.4s; -ms-transition:transform 0.4s;}
.yunying-con:hover .yun-absolute{ -moz-transform:translate(-100%,0);
 -webkit-transform:translate(-100%,0); -ms-transform:translate(-100%,0);}
 
.yunying2-box .yunying-con:hover .yun-absolute{ -moz-transform:translate(-100%,0);
 -webkit-transform:translate(-100%,0); -ms-transform:translate(-100%,0);}

/*运营实例*/
 #container{  
		        width:100%;  
		        height:290px;  
		        margin:100px auto;  
		        overflow: hidden;  
		        position: relative;  
		    }  
		
		    #container ul{  
		        list-style: none;  
		        width:4000px;  
		        left:0;  
		        top:0;  
		        position: absolute;  
		        -webkit-animation:scoll 27s linear 0s infinite;  
		    }  
		
		    #container ul li{  
		        float:left;  
		        margin-right:20px;  
		    }  
		
		    @-webkit-keyframes scoll{  
		        from{  
		            left:0;  
		        }  
		        to{  
		            left:-2000px;  
		        }  
		    } 
/*news*/
.new-right span a{ -moz-transition:0.3s; -webkit-transition:0.3s; -ms-transition:0.3s; }
.new-right span a:hover{ background-color:#0482e7; color:#fff;}

/*联系我们*/
.right span a{ -moz-transition:0.3s; -webkit-transition:0.3s; -ms-transition:0.3s; }
.right span a:hover{ background-color:#0482e7; color:#fff;}